-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add NV policy chart and values configs #5
base: hunter/fix/helm-duplicates
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd like to also surface the new values to the helm/gen3 values so that they're more prominent.
from slack, it might also be helpful to go ahead and add the global variable and prepare for adding a conditional chart dependency
neuvector:
enabled: false
policies:
## on the fence about this variable name
include: true
defaultMode: Monitor
nameOverride: ""
fullnameOverride: ""
# hostname/service name for our DB
DB_HOST: development-gen3-postgresql
# Prefix for relevant services deployed through Argo
ARGOCD_PREFIX: development-gen3
# Neuvector policy enforcement mode
# dev: Monitor
# prod: Protect
ingress:
# service name of your ingress controller
controller: nginx-ingress-controller
# installation namespace of your ingress controller
namespace: nginx
# classname of your ingress
class: nginx
@krumware Pinging for re-review, should have knocked out your change requests |
add descriptive comments for neuvector
Made a few changes to resolve linting and to add some references as inline docs. |
Adds neuvector security policies and config to gen3-helm